[INFO] cloning repository https://github.com/mark-ik/wgpu-gui-bridge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mark-ik/wgpu-gui-bridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmark-ik%2Fwgpu-gui-bridge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmark-ik%2Fwgpu-gui-bridge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d086541e6923881b07a640e2cecdecbcef4f7194
[INFO] checking mark-ik/wgpu-gui-bridge against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmark-ik%2Fwgpu-gui-bridge" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mark-ik/wgpu-gui-bridge
[INFO] finished tweaking git repo https://github.com/mark-ik/wgpu-gui-bridge
[INFO] tweaked toml for git repo https://github.com/mark-ik/wgpu-gui-bridge written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mark-ik/wgpu-gui-bridge on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mark-ik/wgpu-gui-bridge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fad0b288ff872f12941f4c7ccc3d6ceafe2294d018cef31fb6a0f4796e612e5c
[INFO] running `Command { std: "docker" "start" "fad0b288ff872f12941f4c7ccc3d6ceafe2294d018cef31fb6a0f4796e612e5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fad0b288ff872f12941f4c7ccc3d6ceafe2294d018cef31fb6a0f4796e612e5c" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fad0b288ff872f12941f4c7ccc3d6ceafe2294d018cef31fb6a0f4796e612e5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fad0b288ff872f12941f4c7ccc3d6ceafe2294d018cef31fb6a0f4796e612e5c" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking serde_fmt v1.1.0 (/opt/rustwide/workdir/patches/serde_fmt)
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking value-bag-serde1 v1.12.0
[INFO] [stderr]     Checking value-bag v1.12.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking svg_fmt v0.4.5
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking roxmltree v0.20.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking fontconfig-parser v0.5.8
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking unicode-script v0.5.8
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking fontdb v0.23.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking imgref v1.12.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.4.0
[INFO] [stderr]     Checking unicode-ccc v0.4.0
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking rustybuzz v0.20.1
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling icu_locale_data v2.2.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking grid v1.0.1
[INFO] [stderr]     Checking string_cache v0.9.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]    Compiling icu_segmenter_data v2.2.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking etagere v0.2.15
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking icu_locale v2.2.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling gleam v0.15.1
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking app_units v0.7.8
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking icu_segmenter v2.2.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking kurbo v0.11.3
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]    Compiling web_atoms v0.2.4
[INFO] [stderr]     Checking cssparser v0.36.0
[INFO] [stderr]    Compiling selectors v0.37.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]     Checking keyboard-types v0.8.3
[INFO] [stderr]     Checking svgtypes v0.15.3
[INFO] [stderr]     Checking servo_arc v0.4.3 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]     Checking thin-vec v0.2.18
[INFO] [stderr]     Checking smallbitvec v2.6.1
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking imagesize v0.13.0
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking to_shmem v0.3.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]     Checking usvg v0.45.1
[INFO] [stderr]    Compiling to_shmem_derive v0.1.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]    Compiling stylo v0.16.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]    Compiling malloc_size_of_derive v0.1.3
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]    Compiling glslopt v0.1.14 (https://github.com/jamienicol/glslopt-rs?rev=68019f02a1437d785408ebc8ce7fd20341fffb8a#68019f02)
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking linebender_resource_handle v0.1.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling stylo_atoms v0.16.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]    Compiling peek-poke-derive v0.3.0
[INFO] [stderr]     Checking resvg v0.45.1
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]     Checking stylo_malloc_size_of v0.16.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]     Checking tendril v0.5.0
[INFO] [stderr]     Checking peek-poke v0.3.0
[INFO] [stderr]     Checking wr_malloc_size_of v0.2.2
[INFO] [stderr]    Compiling webrender_build v0.68.0
[INFO] [stderr]     Checking zeitstempel v0.1.2
[INFO] [stderr]    Compiling build-parallel v0.1.2
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking glow v0.17.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking markup5ever v0.39.0
[INFO] [stderr]     Checking webrender_api v0.68.0
[INFO] [stderr]     Checking freetype v0.7.2
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking stylo_static_prefs v0.16.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]     Checking tracy-rs v0.1.2
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking stylo_traits v0.16.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]     Checking unic-ucd-ident v0.9.0
[INFO] [stderr]     Checking stylo_dom v0.16.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]    Compiling stylo_derive v0.16.0 (https://github.com/servo/stylo?rev=fee56b9ed5c6ccc62296186e9c5f1311ea62fbfe#fee56b9e)
[INFO] [stderr]     Checking ron v0.10.1
[INFO] [stderr]     Checking plane-split v0.18.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking uluru v3.1.0
[INFO] [stderr]     Checking atomic_refcell v0.1.14
[INFO] [stderr]     Checking topological-sort v0.1.0
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking urlpattern v0.3.0
[INFO] [stderr]     Checking ipc-channel v0.21.0
[INFO] [stderr]     Checking accountable-refcell v0.2.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking taffy v0.10.1
[INFO] [stderr]     Checking content-security-policy v0.8.0
[INFO] [stderr]     Checking wgpu-types v29.0.3
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr] error: could not compile `webrender_api` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e/bin/rustc --crate-name webrender_api --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/webrender_api-0.68.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger", "deserialize", "display_list_stats", "nightly", "serialize"))' -C metadata=bad9b8d09e6996fb -C extra-filename=-c4c3aa145eb7f91a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern app_units=/opt/rustwide/target/debug/deps/libapp_units-fba93936ae64d3c1.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-bb2b9cf120503acd.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-d92705dd1d5353b1.rmeta --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-3f3e79021782ecb3.rmeta --extern euclid=/opt/rustwide/target/debug/deps/libeuclid-a2733c5cdc8ed651.rmeta --extern malloc_size_of_derive=/opt/rustwide/target/debug/deps/libmalloc_size_of_derive-56bc22162d712596.so --extern peek_poke=/opt/rustwide/target/debug/deps/libpeek_poke-41bde353ee0e7b43.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-b4952929d0be2cb8.rmeta --extern serde_bytes=/opt/rustwide/target/debug/deps/libserde_bytes-694623c61a4215be.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-fe3528a3ad508b73.so --extern malloc_size_of=/opt/rustwide/target/debug/deps/libwr_malloc_size_of-d2331d8e1e9b773a.rmeta --extern zeitstempel=/opt/rustwide/target/debug/deps/libzeitstempel-6846c9f17b47994f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=be734a1d7acca22c -C extra-filename=-7820bd67844a5b61 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `stylo` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e/bin/rustc --crate-name style --edition=2021 /opt/rustwide/cargo-home/git/checkouts/stylo-482338307e42a9ea/fee56b9/style/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="encoding_rs"' --cfg 'feature="mime"' --cfg 'feature="serde"' --cfg 'feature="servo"' --cfg 'feature="string_cache"' --cfg 'feature="stylo_atoms"' --cfg 'feature="url"' --cfg 'feature="web_atoms"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "encoding_rs", "gecko", "gecko_debug", "gecko_refcount_logging", "mime", "mozbuild", "nsstring", "regex", "serde", "servo", "string_cache", "stylo_atoms", "toml", "url", "web_atoms"))' -C metadata=1217a34178c37e84 -C extra-filename=-80e438931a5345e3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern app_units=/opt/rustwide/target/debug/deps/libapp_units-fba93936ae64d3c1.rmeta --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-30751d79791e52e6.rmeta --extern atomic_refcell=/opt/rustwide/target/debug/deps/libatomic_refcell-13fe18670cee4b4e.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-bb2b9cf120503acd.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-d92705dd1d5353b1.rmeta --extern cssparser=/opt/rustwide/target/debug/deps/libcssparser-86ba785378b0d294.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-722445606f4c16db.rmeta --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-67d6a3be152f0598.rmeta --extern euclid=/opt/rustwide/target/debug/deps/libeuclid-a2733c5cdc8ed651.rmeta --extern icu_segmenter=/opt/rustwide/target/debug/deps/libicu_segmenter-c467052182fdbd1f.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-986c80e4b7a8f00b.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-578ec0aad06ca9ed.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-488dcf4f13423b18.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-1f00b2518b6763b9.rmeta --extern malloc_size_of_derive=/opt/rustwide/target/debug/deps/libmalloc_size_of_derive-56bc22162d712596.so --extern mime=/opt/rustwide/target/debug/deps/libmime-719fdfbd841ea854.rmeta --extern debug_unreachable=/opt/rustwide/target/debug/deps/libdebug_unreachable-308576270019a9b4.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-2491cdf1f71877b4.so --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-87a370ee64875e8b.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b0ab957f0a86187b.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-c7c5cdb92494a7e6.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-4d0520c39090b390.rmeta --extern precomputed_hash=/opt/rustwide/target/debug/deps/libprecomputed_hash-db4b9e568d14bf9d.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-3b06e5b123f92206.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-7a884365b0b2f48a.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-497741a266b32e32.rmeta --extern selectors=/opt/rustwide/target/debug/deps/libselectors-8bef635f6ea60e04.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-b4952929d0be2cb8.rmeta --extern servo_arc=/opt/rustwide/target/debug/deps/libservo_arc-3529e53e2a4df2dd.rmeta --extern smallbitvec=/opt/rustwide/target/debug/deps/libsmallbitvec-4debc1e99907844b.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-256586e93807bbf6.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-f2154b0bf273423d.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-31d4c96a72eadaea.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-9b1c476947f42e48.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-4d6f0c73cdd4b58e.so --extern stylo_atoms=/opt/rustwide/target/debug/deps/libstylo_atoms-c622bea29fd38cb3.rmeta --extern style_derive=/opt/rustwide/target/debug/deps/libstylo_derive-f5808e4d89625cc8.so --extern dom=/opt/rustwide/target/debug/deps/libstylo_dom-68835c220f9b1ac1.rmeta --extern malloc_size_of=/opt/rustwide/target/debug/deps/libstylo_malloc_size_of-4045363d91160721.rmeta --extern static_prefs=/opt/rustwide/target/debug/deps/libstylo_static_prefs-3b0fa62e602facda.rmeta --extern style_traits=/opt/rustwide/target/debug/deps/libstyle_traits-b9c228e9ae564d55.rmeta --extern thin_vec=/opt/rustwide/target/debug/deps/libthin_vec-b8aae4d24d78a763.rmeta --extern to_shmem=/opt/rustwide/target/debug/deps/libto_shmem-6e82569366e425ac.rmeta --extern to_shmem_derive=/opt/rustwide/target/debug/deps/libto_shmem_derive-468903182fa8add6.so --extern uluru=/opt/rustwide/target/debug/deps/libuluru-dcf9603dc608bcc3.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-21fa6905dd90852f.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-669fea486b2b8b2a.rmeta --extern web_atoms=/opt/rustwide/target/debug/deps/libweb_atoms-da805c7dac65c5f7.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "fad0b288ff872f12941f4c7ccc3d6ceafe2294d018cef31fb6a0f4796e612e5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fad0b288ff872f12941f4c7ccc3d6ceafe2294d018cef31fb6a0f4796e612e5c", kill_on_drop: false }`
[INFO] [stdout] fad0b288ff872f12941f4c7ccc3d6ceafe2294d018cef31fb6a0f4796e612e5c
